home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / linuxconsole0.4.lcm / local / linuxconsole / share / alsa / cards / FM801.conf < prev    next >
Encoding:
Text File  |  2004-03-26  |  861 b   |  65 lines

  1. #
  2. # Configuration for the FM801 chip
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. FM801.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14.     device 0
  15. }    
  16.  
  17. <confdir:pcm/surround40.conf>
  18.  
  19. FM801.pcm.surround40.0 "cards.FM801.pcm.front.0"
  20.  
  21. <confdir:pcm/surround51.conf>
  22.  
  23. FM801.pcm.surround51.0 "cards.FM801.pcm.front.0"
  24.  
  25. <confdir:pcm/iec958.conf>
  26.  
  27. FM801.pcm.iec958.0 {
  28.     @args [ CARD AES0 AES1 AES2 AES3 ]
  29.     @args.CARD {
  30.         type string
  31.     }
  32.     @args.AES0 {
  33.         type integer
  34.     }
  35.     @args.AES1 {
  36.         type integer
  37.     }
  38.     @args.AES2 {
  39.         type integer
  40.     }
  41.     @args.AES3 {
  42.         type integer
  43.     }
  44.     type hooks
  45.     slave.pcm {
  46.         type hw
  47.         card $CARD
  48.         device 0
  49.     }
  50.     hooks.0 {
  51.         type ctl_elems
  52.         hook_args [
  53.             # {
  54.             #    name "IEC958 Playback Default"
  55.             #    value [ $AES0 $AES1 $AES2 $AES3 ]
  56.             # }
  57.             {
  58.                 name "IEC958 Raw Data Playback Switch"
  59.                 preserve true
  60.                 value true
  61.             }
  62.         ]
  63.     }
  64. }
  65.